ComponentOne FlexGrid for WinForms
AddItem(Object[]) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > AddItem Method : AddItem(Object[]) Method
Array of objects that will be assigned to the new row.
Adds a row to the grid and populates the new row with data.
Syntax
'Declaration
 
Public Overloads Function AddItem( _
   ByVal items() As Object _
) As Row
public Row AddItem( 
   object[] items
)

Parameters

items
Array of objects that will be assigned to the new row.

Return Value

A reference to the new row.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List